From: Ian Campbell Date: Wed, 19 Dec 2012 16:04:50 +0000 (+0000) Subject: xen: arm: remove now empty dummy.S X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~7487 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=d9dc585d84089edb80b4027a3d50bda533dcc780;p=xen.git xen: arm: remove now empty dummy.S Signed-off-by: Ian Campbell Acked-by: Tim Deegan Acked-by: Stefano Stabellini Committed-by: Ian Campbell --- diff --git a/xen/arch/arm/Makefile b/xen/arch/arm/Makefile index 24c0c12625..f2822f2f42 100644 --- a/xen/arch/arm/Makefile +++ b/xen/arch/arm/Makefile @@ -1,6 +1,5 @@ subdir-$(arm32) += arm32 -obj-y += dummy.o obj-y += early_printk.o obj-y += domain.o obj-y += domctl.o diff --git a/xen/arch/arm/dummy.S b/xen/arch/arm/dummy.S deleted file mode 100644 index a214fbfedf..0000000000 --- a/xen/arch/arm/dummy.S +++ /dev/null @@ -1,8 +0,0 @@ -#define DUMMY(x) \ - .globl x; \ -x: .word 0xe7f000f0 /* Undefined instruction */ - -#define NOP(x) \ - .globl x; \ -x: mov pc, lr -